internal/chacha8rand.State.i (field)
7 uses
internal/chacha8rand (current package)
chacha8.go#L30: i uint32
chacha8.go#L45: i := s.i
chacha8.go#L49: s.i = i + 1
chacha8.go#L68: s.i = 0
chacha8.go#L92: s.i = 0
chacha8.go#L126: used := (s.c/ctrInc)*chunk + s.i
chacha8.go#L154: s.i = uint32(used) % chunk
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |